'Declaration
Public Function SetFormFieldFontColor_3( _ ByVal FieldId As Integer, _ ByVal ChildIdx As Integer, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As GdPictureStatus
public GdPictureStatus SetFormFieldFontColor_3( int FieldId, int ChildIdx, byte Red, byte Green, byte Blue )
public function SetFormFieldFontColor_3( FieldId: Integer; ChildIdx: Integer; Red: Byte; Green: Byte; Blue: Byte ): GdPictureStatus;
public function SetFormFieldFontColor_3( FieldId : int, ChildIdx : int, Red : byte, Green : byte, Blue : byte ) : GdPictureStatus;
Parameters
- FieldId
- ChildIdx
- Red
- Green
- Blue